Platform Explorer / Nuxeo Platform 6.0

Operation Collection.RemoveFromCollection (Remove from collection)

Description

Remove a list of documents from a collection. No value is returned.
Operation id Collection.RemoveFromCollection
Category Document
Label Remove from collection
Requires
Since

Parameters

Name Description Type Required Default value
collection document yes  

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.collections.core.automation.RemoveFromCollectionOperation
Contributing Component org.nuxeo.collections.operations

JSON Definition

{
  "id" : "Collection.RemoveFromCollection",
  "label" : "Remove from collection",
  "category" : "Document",
  "requires" : null,
  "description" : "Remove a list of documents from a collection. No value is returned.",
  "url" : "Collection.RemoveFromCollection",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ {
    "name" : "collection",
    "description" : null,
    "type" : "document",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}